home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Libraries / RgnMaster 1.0 / Source / Utils / KeyUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-29  |  183 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifndef KEYUTILS_H_
  2. #define KEYUTILS_H_
  3.  
  4. Boolean CmdKeyDown();
  5. Boolean OptionKeyDown();
  6. Boolean ShiftKeyDown();
  7. Boolean CapsKeyDown();
  8. Boolean ControlKeyDown();
  9.  
  10. #endif // KEYUTILS_H_